A ball rolls down a slope with distance equation: d = t² - 0.75t feet in t seconds. Find when d = 11.25 feet.
1 Set up equation:
t² - 0.75t = 11.25 → t² - 0.75t - 11.25 = 0
2 Identify coefficients:
a = 1, b = -0.75, c = -11.25
3 Calculate discriminant (D):
D = (-0.75)² - 4(1)(-11.25) = 0.5625 + 45 = 45.5625
4 Apply quadratic formula:
t = [ -(-0.75) ± √45.5625 ] / 2 = [ 0.75 ± 6.75 ] / 2
5 Calculate both solutions:
t₁ = (0.75 + 6.75)/2 = 7.5/2 = 3.75 seconds
t₂ = (0.75 - 6.75)/2 = -6/2 = -3 seconds
6 Reject negative time:
Time cannot be negative, so we discard t = -3
🎉 Final Answer:
The ball travels 11.25 feet after 3.75 seconds